func runtime.netpoll

6 uses

	runtime (current package)
		netpoll_epoll.go#L98: func netpoll(delay int64) gList {
		proc.go#L1438: 		list := netpoll(0) // non-blocking
		proc.go#L2978: 		if list := netpoll(0); !list.empty() { // non-blocking
		proc.go#L3191: 		list := netpoll(delay) // block until new work is available
		proc.go#L3246: 		if list := netpoll(0); !list.empty() {
		proc.go#L5599: 			list := netpoll(0) // non-blocking - returns list of goroutines